github.com/klauspost/compress/huff0.bitReaderBytes.peekByteFast (method)

4 uses

	github.com/klauspost/compress/huff0 (current package)
		bitreader.go#L52: func (b *bitReaderBytes) peekByteFast() uint8 {
		decompress.go#L524: 		v := dt[br.peekByteFast()>>shift]
		decompress.go#L608: 		v := dt[br.peekByteFast()]
		decompress.go#L1066: 			v := single[br.peekByteFast()].entry